home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / deuhc < prev    next >
Text File  |  2001-03-21  |  478b  |  21 lines

  1. Synopsis:
  2.    $deuhc(<user@host>)
  3.  
  4. Technical:
  5.    This function removes a *! or *!*@ from the <user@host>, if it is present.
  6.  
  7. Practical:
  8.    It can be used as a quick way to get only the hostname from a full address
  9.    argument.
  10.  
  11. Returns:
  12.    arguments without *! or *!*@ in front
  13.  
  14. Examples:
  15.    $deuhc(*!user@host)                       returns "user@host"
  16.    $deuhc(*!*@host)                          returns "host"
  17.  
  18. See Also:
  19.    uhc(6); match(6); userhost(6)
  20.  
  21.